home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / shared.dir / 01985_HOTSPOTS.ls < prev    next >
Encoding:
Text File  |  1995-09-06  |  355 b   |  12 lines

  1. on doHotspot labelsprite, whichFrame, whichMovie, whichTransition, time, chunkSize
  2.   removeFromStage(labelsprite)
  3.   puppetSprite(labelsprite, 0)
  4.   if not voidp(whichTransition) then
  5.     transitionRoll(whichTransition, time, chunkSize)
  6.   end if
  7.   if voidp(whichMovie) then
  8.     set whichMovie to the movieName
  9.   end if
  10.   goScene(whichFrame, whichMovie)
  11. end
  12.